Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add modflow 6 input tests for ic, dis #9

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

mjreno
Copy link
Contributor

@mjreno mjreno commented Jul 24, 2024

No description provided.

@mjreno mjreno requested a review from wpbonelli July 24, 2024 17:23

export_array_ascii = MFKeyword(
block="options",
name="export_array_ascii",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name gets set to the attribute name in MFPackageMeta.__new__ so there is no need to set it. thinking maybe we should disallow setting it explicitly when used within a block or package so there can be no conflict..

with open(fpth, "r") as f:
try:
TestGwfIc.load(f)
except ValueError as e:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wpbonelli wpbonelli merged commit f7fbc00 into modflowpy:develop Jul 25, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants